Posts

Post not yet marked as solved
15 Replies
I am still facing this issue now.😢My app uses the `NEHotspotConfigurationManager` to connect specific Wi-Fi hotspot. Most of the time it works fine, but sometimes this method return "internal error". And then this connection API will never work unless restarting device.Some additional information:When `applyConfiguration` return error, the related APIs doesn't work too.> In block of `[[NEHotspotConfigurationManager sharedManager] getConfiguredSSIDsWithCompletionHandler:^(NSArray<NSString *> * _Nonnull wifiList) { }];`, wifiList is nil, even if there were several ssid name in list before the error occurring.> `CNCopyCurrentNetworkInfo` return nil.And I find out this issue appears more frequently on iPhoneX iOS 13.x.Hope this issue can be fixed in next version. Thanks.